arm: compile libxenguest
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 30 May 2012 07:57:47 +0000 (08:57 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 30 May 2012 07:57:47 +0000 (08:57 +0100)
commit39a735b1e114c094e56b0aa05aee2ac5f5b77239
treea655e72c61f8720c0489d890a6551a5503d38226
parent98c0339ead4c24ebe993e0693d354cdcbb166ec6
arm: compile libxenguest

Introduce an empty implementation of the arch specific ARM functions in
xc_dom_arm.c.
Provide empty implementations of xc_domain_save and xc_domain_restore
when CONFIG_MIGRATE is not set.
Move xc_hvm_build.c to xc_hvm_build_x86.c because the implementation is
x86 specific, introduce xc_hvm_build_arm.c with empty stubs.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/Makefile
tools/libxc/xc_dom_arm.c [new file with mode: 0644]
tools/libxc/xc_hvm_build.c [deleted file]
tools/libxc/xc_hvm_build_arm.c [new file with mode: 0644]
tools/libxc/xc_hvm_build_x86.c [new file with mode: 0644]
tools/libxc/xc_nomigrate.c [new file with mode: 0644]